Updates
authorJohan Dahlin <jdahlin@async.com.br>
Sun, 1 Jul 2007 15:58:56 +0000 (15:58 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Sun, 1 Jul 2007 15:58:56 +0000 (15:58 +0000)
2007-07-01  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert.xml: Updates

svn path=/trunk/; revision=18326

docs/reference/ChangeLog
docs/reference/gtk/gtk-builder-convert.xml

index 27018d42c0669fedde0621270a49fe6402d8d449..cd322e6845f24bcb5606132020e55dca2efd12e6 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-01  Johan Dahlin  <jdahlin@async.com.br>
+
+       * gtk/gtk-builder-convert.xml: Updates
+
 2007-06-30  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/tmpl/gtkbuilder.sgml: Some corrections and additions
index 08b945a6374fc8dd5a023a12a4f2da05f91a544b..7f6fd03c302d32f2caa889fb88b84083c01aba9e 100644 (file)
@@ -12,7 +12,7 @@
 
 <refsynopsisdiv>
 <cmdsynopsis>
-<command>gtk-builder-convert <arg choice="req">file</arg></command>
+<command>gtk-builder-convert <arg choice="req">input</arg><arg choice="req">output</arg></command>
 </cmdsynopsis>
 </refsynopsisdiv>
 
@@ -21,8 +21,8 @@
 into XML files which can be loaded with GtkBuilder.
 </para>
 <para>
-It expects the name of a glade file as sole argument, and writes
-its output to stdout.
+It expects the name of a glade file as the first argument, and writes
+its output the file specified as the second argument.
 </para>
 </refsect1>